type github.com/jackc/pgx/v5/pgtype.encodePlanPointCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		point.go#L141: 		return encodePlanPointCodecBinary{}
		point.go#L149: type encodePlanPointCodecBinary struct{}
		point.go#L151: func (encodePlanPointCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {